home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Ddigital.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(keyPress Left).as next >
Encoding:
Text File  |  2002-02-10  |  224 b   |  7 lines

  1. on(keyPress "<Left>"){
  2.    _root.control.click.start(0,0);
  3.    setProperty(_root.text_scroll, _visible, true);
  4.    setProperty(_root.text, _visible, false);
  5.    loadVariables("text/DD_art_background.txt","text_scroll");
  6. }
  7.